home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / share / tix4.1 / pref / SGIGray.cs < prev    next >
Encoding:
Text File  |  1998-12-04  |  957 b   |  36 lines

  1. proc tixSetScheme-Color {} {
  2.  
  3.     global tixOption
  4.  
  5.     set tixOption(bg)           lightgray
  6.     set tixOption(fg)           black
  7.  
  8.     set tixOption(dark1_bg)     gray
  9.     set tixOption(dark1_fg)     black
  10.     set tixOption(dark2_bg)     gray50
  11.     set tixOption(dark2_fg)     black
  12.     set tixOption(inactive_bg)  gray50
  13.     set tixOption(inactive_fg)  black
  14.  
  15.     set tixOption(light1_bg)    gray90
  16.     set tixOption(light1_fg)    white
  17.     set tixOption(light2_bg)    gray95
  18.     set tixOption(light2_fg)    white
  19.  
  20.     set tixOption(active_bg)    $tixOption(bg)
  21.     set tixOption(active_fg)    $tixOption(fg)
  22.     set tixOption(disabled_fg)  gray35
  23.  
  24.     set tixOption(input1_bg)    rosybrown
  25.     set tixOption(input2_bg)    rosybrown
  26.     set tixOption(output1_bg)   $tixOption(dark1_bg)
  27.     set tixOption(output2_bg)   $tixOption(bg)
  28.  
  29.     set tixOption(select_fg)    black
  30.     set tixOption(select_bg)    lightblue
  31.  
  32.     set tixOption(selector)    yellow
  33. }
  34.  
  35.  
  36.